home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / chip-cd_2005_05.zip / 05 / Dom i biuro / Free and Easy Biorhythm Calculator 2.40 / easybio_setup.exe / install_script.iss
Text File  |  2005-03-26  |  2KB  |  47 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=Free and Easy Biorhythm Calculator
  5. AppVerName=Free and Easy Biorhythm Calculator version 2.40
  6. AppId=Free and Easy Biorhythm Calculator
  7. AppPublisher=White Stranger Group
  8. AppPublisherURL=http://www.whitestranger.com/
  9. DefaultDirName={pf}\EasyBiorhythmCalculator
  10. DefaultGroupName=EasyBiorhythmCalculator
  11. UninstallDisplayIcon={app}\easy_bio.exe
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\easy_bio.exe"; DestDir: "{app}"; 
  22. Source: "{app}\arhythms.chm"; DestDir: "{app}"; 
  23. Source: "{app}\File_id.DIZ"; DestDir: "{app}"; 
  24. Source: "{app}\License.TXT"; DestDir: "{app}"; 
  25. Source: "{app}\Website.URL"; DestDir: "{app}"; 
  26. Source: "{app}\Readme.TXT"; DestDir: "{app}"; 
  27. Source: "{app}\easy_bio.exe.manifest"; DestDir: "{app}"; 
  28. Source: "{app}\empty.rec"; DestDir: "{app}"; 
  29.  
  30. [Registry]
  31. Root: HKLM; Subkey: "SOFTWARE\KDV\FreeBiorhythmCalculator"; Flags: uninsdeletekey 
  32.  
  33. [Run]
  34. Filename: "{app}\Readme.TXT"; Description: "View the README file"; Flags: shellexec skipifdoesntexist postinstall unchecked 
  35. Filename: "{app}\easy_bio.exe"; Description: "Launch Free and Easy Biorhythm Calculator"; Flags: postinstall nowait
  36.  
  37. [Icons]
  38. Name: "{group}\EasyBiorhythmCalculator"; Filename: "{app}\easy_bio.exe"; WorkingDir: "{app}"; 
  39. Name: "{userdesktop}\Free and Easy Biorhythm Calculator 2.40"; Filename: "{app}\easy_bio.exe"; WorkingDir: "{app}"; 
  40. Name: "{group}\WebSite"; Filename: "{app}\Website.URL"; 
  41. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  42.  
  43. [Languages]
  44. ; These files are stubs
  45. ; To achieve better results after recompilation, use the real language files
  46. Name: "default"; MessagesFile: "embedded\default.isl"; 
  47.